home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / RSSOwl / RSSOwl Setup 2.1.2.exe / configuration / config.ini
INI File  |  2011-08-16  |  2KB  |  41 lines

  1. # RSSOwl runtime configuration file
  2. #
  3. # This file contains a number of key/value pairs that are merged into the
  4. # System properties on system startup.  The values control the way the
  5. # runtime is structured and runs.
  6.  
  7. # Section Name allowing to read/write values using NSIS (see Bug 383)
  8. [rssowl]
  9.  
  10. # The comma-separated list of locations to search for the splash screen file (splash.bmp).
  11. # For each list element a subdirectory structure based on the pattern nl/<locale> is searched.
  12. # The system binds to the first matching file.  There is no default value.
  13. osgi.splashPath=platform:/base/plugins/org.rssowl.ui
  14.  
  15. # The comma-separated list of bundles which are automatically installed and optionally started
  16. # once the system is up and running.  Each entry if of the form
  17. #     <URL | simple bundle location>[@ [<startlevel>] [":start"]]
  18. # If the startlevel is omitted then the framework will use the default start level for the bundle.
  19. # If the "start" tag is added then the bundle will be marked as started after being installed.
  20. # Simple bundle locations are interepreted as relative to the framework's parent directory.
  21. # The startlevel indicates the OSGi start level at which the bundle should run.
  22. # If this value is not set, the system computes an appropriate default.
  23. osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
  24. osgi.bundles.defaultStartLevel=4
  25.  
  26. # The product to run.  A given Eclipse configuration may contain many products.
  27. # The product identified will supply the branding (window icons, title bar text) etc
  28. # as well as define the default application to run.
  29. eclipse.product=org.rssowl.ui.product
  30.  
  31. # The default workspace location
  32. osgi.instance.area.default=@user.home/.rssowl2
  33.  
  34. # The default configuration location
  35. osgi.configuration.area=@user.home/.rssowl2/config212
  36.  
  37. # Version Information
  38. rssowl.buildId=2.1.2
  39.  
  40. # End of file marker - must be here
  41. eof=eof